home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / apport / package-hooks / source_hal-cups-utils.py < prev    next >
Encoding:
Python Source  |  2009-04-06  |  222 b   |  12 lines

  1. '''apport package hook for hal-cups-utils
  2.  
  3. (c) 2009 Canonical Ltd.
  4. Author: Brian Murray <brian@ubuntu.com>
  5. '''
  6.  
  7. from apport.hookutils import *
  8.  
  9. def add_info(report):
  10.     attach_hardware(report)
  11.     attach_printing(report)
  12.